home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
DynamicArrayObjects
/
DynamicArrays.abs
< prev
next >
Wrap
Text File
|
1994-03-31
|
568b
|
19 lines
CBig2D and CBigArray
Eric Yiskis
Intro:
Have you ever needed to create an array "on the fly" with an arbitrary size
or tried to create an array in Think-C that was larger than 32K? ( No?
then throw these files away and go back to what you were doing...) Anyway,
these classes use a handle and an array mapping function to create one and
two dimensional arrays that can be created at runtime and be as large
as the largest free block of memory you have.
I use them for fractal arrays; I let the user set the size so they have to
be allocated on the fly.